Stephen Kitt [Sat, 15 Nov 2025 20:30:17 +0000 (21:30 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Sat, 22 Mar 2025 14:55:35 +0000 (15:55 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Fri, 27 Dec 2024 10:38:48 +0000 (11:38 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Sat, 24 Aug 2024 19:47:17 +0000 (21:47 +0200)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Wed, 5 Jun 2024 17:55:18 +0000 (19:55 +0200)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Mon, 20 May 2024 11:41:09 +0000 (13:41 +0200)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Mon, 20 May 2024 11:41:09 +0000 (13:41 +0200)]
lgogdownloader (3.13-1) unstable; urgency=medium
* New upstream release, adding support for Qt6 and replacing libhtmlcxx
with libtidy.
* Standards-Version 4.7.0, no change required.
* Drop obsolete version requirement on libjsoncpp-dev.
Stephen Kitt [Tue, 24 Oct 2023 21:59:41 +0000 (23:59 +0200)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Tue, 25 Jul 2023 09:38:00 +0000 (10:38 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Mon, 27 Feb 2023 07:42:04 +0000 (07:42 +0000)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Wed, 23 Feb 2022 13:11:23 +0000 (13:11 +0000)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Fri, 3 Sep 2021 16:24:23 +0000 (17:24 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Fri, 3 Sep 2021 16:24:23 +0000 (17:24 +0100)]
lgogdownloader (3.8-1) unstable; urgency=medium
* New upstream release.
* Drop the explicit --as-needed, it’s now implied.
* Switch to debhelper compatibility level 13.
* Standards-Version 4.6.0, no change required.
Stephen Kitt [Fri, 10 Apr 2020 20:03:33 +0000 (21:03 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Mon, 16 Mar 2020 22:08:22 +0000 (22:08 +0000)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Tue, 16 Jul 2019 11:56:08 +0000 (12:56 +0100)]
Link with libatomic explicitly
Some architectures (mipsel...) don't include libatomic by default, and
the build fails there. Since we're linking with --as-needed, we can
safely add -latomic everywhere.
Stephen Kitt [Tue, 16 Jul 2019 11:56:08 +0000 (12:56 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Tue, 16 Jul 2019 11:56:08 +0000 (12:56 +0100)]
lgogdownloader (3.5-2) unstable; urgency=medium
* Only build with Qt on architectures with Qt5WebEngineWidgets.
* Link with libatomic; this should fix the build on architectures such
as mipsel which need explicit -latomic.
Stephen Kitt [Tue, 18 Dec 2018 08:20:55 +0000 (08:20 +0000)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Sude [Thu, 19 Jan 2017 22:15:50 +0000 (00:15 +0200)]
Fix crash in Website::getGames
JSON value for updates can be null in some cases. For example when user owns a dlc but not the base game.
This caused a crash due to std::stoi throwing std::invalid_argument exception